home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 May / EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso / earcd / comm / tcp / remotecl.rea < prev    next >
Text File  |  1997-03-02  |  4KB  |  103 lines

  1. Short:        Remotecli server script for use AmIrc
  2. Author:       rlamb@lcc.net (dude3k)
  3. Uploader:     rlamb@lcc.net (dude3k)
  4. Version:      1.00
  5. Type:         comm/tcp
  6. Requires:     AmIrc
  7. Distribution: anywhere, everywhere, please mirror!
  8.  
  9.    ABOUT:
  10.    This is a test of my ability to make a bot using both AmIRC and
  11.       the ARexx scripting language.
  12.    
  13.    Basicly, what we have here is a remotecli and thus the name. 
  14.  
  15.         To use it, tell your buddy to /msg <yournick> <cli command>
  16.  
  17.    INSTALLATION:
  18.  
  19.    Put this file into your Amirc/rexx directory otherwise known as
  20.    PROGDIR:rexx directory.
  21.  
  22.    then from within amirc type 
  23.  
  24.       /rx remotecli install
  25.  
  26.    or if you would like the script to run/accessed from ram: then from
  27.    within amirc type 
  28.  
  29.       /rx remotecli install ram
  30.  
  31.    it will then setup everything for you.
  32.  
  33.  
  34.    INSTALLATION IS NOW DONE.
  35.  
  36.    Now reload your default settings using either the menu command under
  37.    Settings or reload Amirc.  <--- Last option is more reliable.
  38.  
  39.    For a list of switches type  /rc help                within amirc
  40.    for a list of commads type   /msg <yournick> help    within amirc
  41.    to setup a virtual device do /rc set <dirpath> <access level> <virtual device:>
  42.                <add/remove>
  43.  
  44.    ie...   To setup s: as your scripts: device do the following
  45.       /rc set s: 100 scripts: add
  46.       To get rid of it do
  47.       /rc set s: 100 scripts: remove
  48.  
  49.    For additional help on commands/switches just do /rc <command>
  50.  
  51.    CONTACT INFORMATION:
  52.  
  53.    rlamb@mcia.com
  54.    rlamb@lcc.net
  55.    dude3k on #amiga_warez
  56.  
  57.    HISTORY:
  58.  
  59.    Prior to first public beta release 9 months of aggressive programming
  60.    and learning of arexx for both the language itself and under the 
  61.    Amirc environment. Also includes aggressive testing of code for flood
  62.    stability, and lots of virtual and security functions.
  63.  
  64.    Tuesday Feb. 4, 1997         Fixed quirk on adding virtual devices
  65.                  - if you left out a colon it'd still
  66.             - add the device, however the rest of
  67.             - the script wants a colon
  68.             - so I added a patch to rectify the
  69.             - situation
  70.   
  71.    Wednesday Feb. 5, 1997       Problem in cd command detected and fixed
  72.             - invalid usage of rexx functions
  73.             - prevented cd'ing into subdirs
  74.             Detected problem in virtuallookup()
  75.             - Problem fixed.
  76.             - Function now verifies against
  77.             - security level as well
  78.             -- This allows other axxs levels
  79.             -- to have the same name for their
  80.             -- virtual device names.
  81.    
  82.    Thursday Feb. 6, 1997        Added option to installation procedure
  83.             - allows user to have remotecli installed
  84.             - to ram:
  85.             - Benefits are that you will not see
  86.             - access light flicker everytime the 
  87.             - file get accessed. Also, script loads
  88.             - much faster and parses faster thereof.
  89.             Added more info to directory function
  90.             - now returns file sizes
  91.  
  92.  
  93. ============================= Archive contents =============================
  94.  
  95. Original  Packed Ratio    Date     Time    Name
  96. -------- ------- ----- --------- --------  -------------
  97.     2524    1940 23.1% 06-Jul-94 12:38:58  rexxsupport.library
  98.    33392   24803 25.7% 06-Jul-94 12:38:58  rexxsyslib.library
  99.    24676    7126 71.1% 06-Feb-97 19:15:10  remotecli.amirx
  100.     3040    1347 55.6% 06-Feb-97 19:22:34  remotecli.readme
  101. -------- ------- ----- --------- --------
  102.    63632   35216 44.6% 07-Feb-97 03:56:52   4 files
  103.